home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMWRITESPAN / TFRMWRITESPAN.txt
Encoding:
Text File  |  2002-05-23  |  3.4 KB  |  178 lines

  1. object frmWriteSpan: TfrmWriteSpan
  2.   Left = 177
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Multi-Volume Set'
  6.   ClientHeight = 255
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 253
  23.     Height = 13
  24.     Caption = 'Convertes a single archive to a multi-volume span set.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 40
  29.     Width = 77
  30.     Height = 13
  31.     Caption = '&Archive to span:'
  32.     FocusControl = edtInput
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 88
  37.     Width = 117
  38.     Height = 13
  39.     Caption = '&Spanned output archive:'
  40.     FocusControl = edtOutput
  41.   end
  42.   object Label4: TLabel
  43.     Left = 8
  44.     Top = 136
  45.     Width = 111
  46.     Height = 13
  47.     Caption = 'S&egment size (in bytes):'
  48.     FocusControl = cboSize
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 8
  52.     Top = 216
  53.     Width = 369
  54.     Height = 9
  55.     Shape = bsTopLine
  56.   end
  57.   object edtInput: TEdit
  58.     Left = 8
  59.     Top = 56
  60.     Width = 337
  61.     Height = 21
  62.     TabOrder = 0
  63.   end
  64.   object btnInput: TButton
  65.     Left = 352
  66.     Top = 56
  67.     Width = 25
  68.     Height = 21
  69.     Caption = '...'
  70.     TabOrder = 1
  71.     OnClick = btnInputClick
  72.   end
  73.   object edtOutput: TEdit
  74.     Left = 8
  75.     Top = 104
  76.     Width = 337
  77.     Height = 21
  78.     TabOrder = 2
  79.   end
  80.   object btnOutput: TButton
  81.     Left = 352
  82.     Top = 104
  83.     Width = 25
  84.     Height = 21
  85.     Caption = '...'
  86.     TabOrder = 3
  87.     OnClick = btnOutputClick
  88.   end
  89.   object cboSize: TComboBox
  90.     Left = 8
  91.     Top = 152
  92.     Width = 369
  93.     Height = 21
  94.     ItemHeight = 13
  95.     TabOrder = 4
  96.     Items.Strings = (
  97.       'Automatic'
  98.       '160 KB '
  99.       '180 KB'
  100.       '320 KB'
  101.       '360 KB'
  102.       '720 KB'
  103.       '1.2 MB'
  104.       '1.44 MB'
  105.       '2.88 MB'
  106.       '95.7 MB'
  107.       '650 MB'
  108.       '700 MB')
  109.   end
  110.   object btnCancel: TButton
  111.     Left = 304
  112.     Top = 224
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 5
  119.     OnClick = btnCancelClick
  120.   end
  121.   object btnOK: TButton
  122.     Left = 216
  123.     Top = 224
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     TabOrder = 6
  129.     OnClick = btnOKClick
  130.   end
  131.   object ProgressBar1: TProgressBar
  132.     Left = 8
  133.     Top = 184
  134.     Width = 25
  135.     Height = 16
  136.     Min = 0
  137.     Max = 10001
  138.     TabOrder = 7
  139.     Visible = False
  140.   end
  141.   object ProgressBar2: TProgressBar
  142.     Left = 8
  143.     Top = 184
  144.     Width = 369
  145.     Height = 16
  146.     Min = 0
  147.     Max = 10001
  148.     Smooth = True
  149.     Step = 100
  150.     TabOrder = 8
  151.   end
  152.   object SpanMaster: TZipMaster
  153.     Verbose = False
  154.     Trace = False
  155.     AddCompLevel = 9
  156.     AddOptions = []
  157.     ExtrOptions = []
  158.     Unattended = False
  159.     SFXPath = 'ZipSFX.bin'
  160.     SFXOverWriteMode = OvrConfirm
  161.     SFXCaption = 'Self-extracting Archive'
  162.     KeepFreeOnDisk1 = 0
  163.     VersionInfo = '1.60 N'
  164.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA, assRAR, assACE, assCAB, assGZ, assGZIP, assJAR]
  165.     OnProgress = SpanMasterProgress
  166.     Left = 280
  167.   end
  168.   object odOpen: TOpenDialog
  169.     Filter = 'Zip archives|*.zip'
  170.     Left = 320
  171.   end
  172.   object FormCenter1: TFormCenter
  173.     Center = True
  174.     Left = 32
  175.     Top = 64
  176.   end
  177. end
  178.